Bump the dev-dependencies-patch group with 6 updates#1828
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the dev-dependencies-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.10.10` | | [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.13` | `8.5.14` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.0.3` | `3.0.4` | | [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) | `1.3.0` | `1.3.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.3` | `3.0.4` | | [@mdx-js/typescript-plugin](https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin) | `0.0.6` | `0.0.8` | Updates `@types/node` from 22.10.7 to 22.10.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/ws` from 8.5.13 to 8.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) Updates `@vitest/coverage-istanbul` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/coverage-istanbul) Updates `prettier-plugin-jsdoc` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases) - [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md) - [Commits](hosseinmd/prettier-plugin-jsdoc@v1.3.0...v1.3.2) Updates `vitest` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest) Updates `@mdx-js/typescript-plugin` from 0.0.6 to 0.0.8 - [Release notes](https://github.com/mdx-js/mdx-analyzer/releases) - [Changelog](https://github.com/mdx-js/mdx-analyzer/blob/main/packages/typescript-plugin/CHANGELOG.md) - [Commits](https://github.com/mdx-js/mdx-analyzer/commits/@mdx-js/typescript-plugin@0.0.8/packages/typescript-plugin) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch - dependency-name: "@vitest/coverage-istanbul" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch - dependency-name: prettier-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch - dependency-name: "@mdx-js/typescript-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies-patch ... Signed-off-by: dependabot[bot] <support@github.com>
850f120 to
e6cddd6
Compare
Bumps the dev-dependencies-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.10.10` | | [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.13` | `8.5.14` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.0.3` | `3.0.4` | | [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) | `1.3.0` | `1.3.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.3` | `3.0.4` | | [@mdx-js/typescript-plugin](https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin) | `0.0.6` | `0.0.8` | Updates `@types/node` from 22.10.7 to 22.10.10 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/ws` from 8.5.13 to 8.5.14 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-istanbul` from 3.0.3 to 3.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-istanbul</code>'s releases</a>.</em></p> <blockquote> <h2>v3.0.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Filter projects eagerly during config resolution - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7313">vitest-dev/vitest#7313</a> <a href="https://github.com/vitest-dev/vitest/commit/dff4406d"><!-- raw HTML omitted -->(dff44)<!-- raw HTML omitted --></a></li> <li>Apply <code>development|production</code> condition on Vites 6 by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/7301">#7301</a>) <a href="https://github.com/vitest-dev/vitest/commit/ef1464fc7b101709bfbf7b040e5bad62998c2ff9"><!-- raw HTML omitted -->(ef146)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Restrict served files from <code>/__screenshot-error</code> - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7340">vitest-dev/vitest#7340</a> <a href="https://github.com/vitest-dev/vitest/commit/ed9aeba2"><!-- raw HTML omitted -->(ed9ae)<!-- raw HTML omitted --></a></li> <li><strong>deps</strong>: Update all non-major dependencies - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7297">vitest-dev/vitest#7297</a> <a href="https://github.com/vitest-dev/vitest/commit/38ea8eae"><!-- raw HTML omitted -->(38ea8)<!-- raw HTML omitted --></a></li> <li><strong>runner</strong>: Timeout long sync hook - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7289">vitest-dev/vitest#7289</a> <a href="https://github.com/vitest-dev/vitest/commit/c60ee27c"><!-- raw HTML omitted -->(c60ee)<!-- raw HTML omitted --></a></li> <li><strong>typechecking</strong>: Support typechecking parsing with Vite 6 - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7335">vitest-dev/vitest#7335</a> <a href="https://github.com/vitest-dev/vitest/commit/bff70be9"><!-- raw HTML omitted -->(bff70)<!-- raw HTML omitted --></a></li> <li><strong>types</strong>: Fix public types - by <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7328">vitest-dev/vitest#7328</a> <a href="https://github.com/vitest-dev/vitest/commit/ce6af70c"><!-- raw HTML omitted -->(ce6af)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v3.0.3...v3.0.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/9e404375825d870ed9d90db854d96f77a7abeaff"><code>9e40437</code></a> chore: release v3.0.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/38ea8eaef86f808a4c088f7439d138458a8b16a3"><code>38ea8ea</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/7297">#7297</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/coverage-istanbul">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-jsdoc` from 1.3.0 to 1.3.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/571d0c9c2af1259cc1f622cdbe4547aa93c8b6af"><code>571d0c9</code></a> v1.3.2</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/1f648da14a98a0a7852aa064d6b45badb3cb6391"><code>1f648da</code></a> chore(release): 1.3.1</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/ffafd40cde8c8becee16ae1bc7a5cbe2cd2e42c8"><code>ffafd40</code></a> fix: add package manager</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/4e8bc801dc104de4f7a5170e9f5d1edc61a22217"><code>4e8bc80</code></a> Ensure parity between blockquote formats (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/231">#231</a>)</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/45296caabf4e9414f43ca359594624684626a0d1"><code>45296ca</code></a> Fixed duplication of "Default is ..." in documentation comments. (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/236">#236</a>)</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/7a884b6d51c0aea75d0c8b4c7faf642d925367ac"><code>7a884b6</code></a> fix: provide correct types path in conditional exports (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/222">#222</a>)</li> <li>See full diff in <a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.0...v1.3.2">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 3.0.3 to 3.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v3.0.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Filter projects eagerly during config resolution - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7313">vitest-dev/vitest#7313</a> <a href="https://github.com/vitest-dev/vitest/commit/dff4406d"><!-- raw HTML omitted -->(dff44)<!-- raw HTML omitted --></a></li> <li>Apply <code>development|production</code> condition on Vites 6 by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7301">#7301</a>) <a href="https://github.com/vitest-dev/vitest/commit/ef1464fc7b101709bfbf7b040e5bad62998c2ff9"><!-- raw HTML omitted -->(ef146)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Restrict served files from <code>/__screenshot-error</code> - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7340">vitest-dev/vitest#7340</a> <a href="https://github.com/vitest-dev/vitest/commit/ed9aeba2"><!-- raw HTML omitted -->(ed9ae)<!-- raw HTML omitted --></a></li> <li><strong>deps</strong>: Update all non-major dependencies - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7297">vitest-dev/vitest#7297</a> <a href="https://github.com/vitest-dev/vitest/commit/38ea8eae"><!-- raw HTML omitted -->(38ea8)<!-- raw HTML omitted --></a></li> <li><strong>runner</strong>: Timeout long sync hook - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7289">vitest-dev/vitest#7289</a> <a href="https://github.com/vitest-dev/vitest/commit/c60ee27c"><!-- raw HTML omitted -->(c60ee)<!-- raw HTML omitted --></a></li> <li><strong>typechecking</strong>: Support typechecking parsing with Vite 6 - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7335">vitest-dev/vitest#7335</a> <a href="https://github.com/vitest-dev/vitest/commit/bff70be9"><!-- raw HTML omitted -->(bff70)<!-- raw HTML omitted --></a></li> <li><strong>types</strong>: Fix public types - by <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7328">vitest-dev/vitest#7328</a> <a href="https://github.com/vitest-dev/vitest/commit/ce6af70c"><!-- raw HTML omitted -->(ce6af)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v3.0.3...v3.0.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/9e404375825d870ed9d90db854d96f77a7abeaff"><code>9e40437</code></a> chore: release v3.0.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ef1464fc7b101709bfbf7b040e5bad62998c2ff9"><code>ef1464f</code></a> fix: apply <code>development|production</code> condition on Vite 6 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7301">#7301</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/38ea8eaef86f808a4c088f7439d138458a8b16a3"><code>38ea8ea</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7297">#7297</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/dff4406d9c64a7778f548504f0dc0aa427b8fced"><code>dff4406</code></a> fix: filter projects eagerly during config resolution (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7313">#7313</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ce6af70c00481c067a5bedc1815f5f95d6a2048b"><code>ce6af70</code></a> fix(types): fix public types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7328">#7328</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bff70be978d42390d8af2a3b8b5ddd0556309fd0"><code>bff70be</code></a> fix(typechecking): support typechecking parsing with Vite 6 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7335">#7335</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a8d123cb33d7d3c900f7753bdad57d46b7ec5b6b"><code>a8d123c</code></a> chore(deps): update eslint packages (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7086">#7086</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest">compare view</a></li> </ul> </details> <br /> Updates `@mdx-js/typescript-plugin` from 0.0.6 to 0.0.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/mdx-analyzer/releases"><code>@mdx-js/typescript-plugin</code>'s releases</a>.</em></p> <blockquote> <h2><code>@mdx-js/typescript-plugin</code><a href="https://github.com/0"><code>@0</code></a>.0.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/mdx-js/mdx-analyzer/commit/4aca67fd6e19e91175829aea68cfa92cb0bf33d4"><code>4aca67f</code></a>]: <ul> <li><code>@mdx-js/language-service</code><a href="https://github.com/0"><code>@0</code></a>.6.2</li> </ul> </li> </ul> <h2><code>@mdx-js/typescript-plugin</code><a href="https://github.com/0"><code>@0</code></a>.0.7</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/mdx-js/mdx-analyzer/commit/b2e970609b7c3cf8516d62ca78c43f24d993cdba"><code>b2e9706</code></a>]: <ul> <li><code>@mdx-js/language-service</code><a href="https://github.com/0"><code>@0</code></a>.6.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/mdx-analyzer/blob/main/packages/typescript-plugin/CHANGELOG.md"><code>@mdx-js/typescript-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>0.0.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/mdx-js/mdx-analyzer/commit/4aca67fd6e19e91175829aea68cfa92cb0bf33d4"><code>4aca67f</code></a>]: <ul> <li><code>@mdx-js/language-service</code><a href="https://github.com/0"><code>@0</code></a>.6.2</li> </ul> </li> </ul> <h2>0.0.7</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/mdx-js/mdx-analyzer/commit/b2e970609b7c3cf8516d62ca78c43f24d993cdba"><code>b2e9706</code></a>]: <ul> <li><code>@mdx-js/language-service</code><a href="https://github.com/0"><code>@0</code></a>.6.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/mdx-analyzer/commit/89920f33d0be84498e4f7d794159235eecc3b293"><code>89920f3</code></a> Version Packages (<a href="https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/mdx-js/mdx-analyzer/commit/b2a56a58db136292a51a40e97c5b7d57a0c371e5"><code>b2a56a5</code></a> Version Packages (<a href="https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin/issues/487">#487</a>)</li> <li>See full diff in <a href="https://github.com/mdx-js/mdx-analyzer/commits/@mdx-js/typescript-plugin@0.0.8/packages/typescript-plugin">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the dev-dependencies-patch group with 6 updates:
22.10.722.10.108.5.138.5.143.0.33.0.41.3.01.3.23.0.33.0.40.0.60.0.8Updates
@types/nodefrom 22.10.7 to 22.10.10Commits
Updates
@types/wsfrom 8.5.13 to 8.5.14Commits
Updates
@vitest/coverage-istanbulfrom 3.0.3 to 3.0.4Release notes
Sourced from
@vitest/coverage-istanbul's releases.Commits
9e40437chore: release v3.0.438ea8eafix(deps): update all non-major dependencies (#7297)Updates
prettier-plugin-jsdocfrom 1.3.0 to 1.3.2Commits
571d0c9v1.3.21f648dachore(release): 1.3.1ffafd40fix: add package manager4e8bc80Ensure parity between blockquote formats (#231)45296caFixed duplication of "Default is ..." in documentation comments. (#236)7a884b6fix: provide correct types path in conditional exports (#222)Updates
vitestfrom 3.0.3 to 3.0.4Release notes
Sourced from vitest's releases.
Commits
9e40437chore: release v3.0.4ef1464ffix: applydevelopment|productioncondition on Vite 6 (#7301)38ea8eafix(deps): update all non-major dependencies (#7297)dff4406fix: filter projects eagerly during config resolution (#7313)ce6af70fix(types): fix public types (#7328)bff70befix(typechecking): support typechecking parsing with Vite 6 (#7335)a8d123cchore(deps): update eslint packages (#7086)Updates
@mdx-js/typescript-pluginfrom 0.0.6 to 0.0.8Release notes
Sourced from
@mdx-js/typescript-plugin's releases.Changelog
Sourced from
@mdx-js/typescript-plugin's changelog.Commits
89920f3Version Packages (#489)b2a56a5Version Packages (#487)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions